home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / r / real_3d / real3dv3.3b.dms / real3dv3.3b.adf / Macros.LZH / Macros / modifycogs < prev   
Text File  |  1995-05-04  |  540b  |  20 lines

  1. ( Define RPL words for icons if not already defined )
  2.  
  3. ?& COG-Size2D NOT ?IF
  4.     : COG-Size2D  2 10 0 MENU 0 ;
  5.     : COG-Size3D  2 10 1 MENU 0 ;
  6.     : COG-Stretch 2 10 2 MENU 0 ;
  7.     : COG-Extend  2 10 3 MENU 0 ;
  8.     : COG-Rotate  2 10 4 MENU 0 ;
  9.     : COG-Mirror  2 10 5 MENU 0 ;
  10.     : COG-RotExt  2 10 7 MENU 0 ;
  11.     : COG-HelpMe "r3d3:help/tools.guide" "ModifyCOGs" 0 AGUIDE 0 ;
  12. ?ENDIF
  13.  
  14. ?& IO.RPL NOT ?IF
  15. "r3d3:rpl/sys/io.rpl"      LOAD
  16. ?ENDIF
  17.  
  18. ( Load Tool window using defined words )
  19. "r3d3:environments/ModifyCOGs" lIO_RWIN 0 FIL_LOAD
  20.